adTempus API
ArcanaDevelopment.adTempus.Client Namespace / DataContext Class / GetNotificationRecipients Method / GetNotificationRecipients(NotificationRecipientType[]) Method

In This Topic
    GetNotificationRecipients(NotificationRecipientType[]) Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overloads Function GetNotificationRecipients( _
       ByVal ParamArray selectionTypes() As NotificationRecipientType _
    ) As NotificationRecipientCollection
    public NotificationRecipientCollection GetNotificationRecipients( 
       params NotificationRecipientType[] selectionTypes
    )

    Parameters

    selectionTypes
    See Also